home *** CD-ROM | disk | FTP | other *** search
/ A is for ART, C is for Cezanne / A is for ART, C is for Cezanne.iso / mac / MEDIA / CEZANNE.DIR / 00094_Script_musGoFrame < prev    next >
Text File  |  1996-05-28  |  298b  |  14 lines

  1. GLOBAL  gScreen,gCursR,gMaskR,gCursL,gMaskL, gHelpON
  2. on enterFrame
  3.   checkBtns gScreen
  4.   case the rollover of
  5.     21: cursor [gCursR,gMaskR]
  6.     20: cursor [gCursL,gMaskL]
  7.     otherwise cursor 0
  8.   end case
  9.     if gHelpON > 0 then checkHelp gScreen
  10. end
  11.  
  12. on exitFrame
  13.   go the frame
  14. end